We clip the window now, it's not necessary anymore.
margin-top: 10px;
margin-bottom: 10px;
}
-
- &.titlebar headerbar:not(.titlebar) {
- // Drop the background of non-titlebar nested headerbars. This is needed to
- // work around headerbar sliding animation issues without refactoring
- // Adwaita's support of titlebars and headerbars as it may break
- // applications.
- // See https://gitlab.gnome.org/GNOME/gtk/issues/1264 for more information.
- background: none;
- box-shadow: none;
- }
}